Learn R Programming

DataSetsUni (version 0.1)

Arthritis Relief: The data consists of 50 individuals with arthritis relief time

Description

The function allows to provide the arthritis relief time (in hours). Joint stiffness and pain are the main signs and symptoms of arthritis, and these symptoms usually get worse as people aged.

Usage

data_arthritis

Value

data_arthritis gives the arthritis relief time (in hours).

Arguments

data_arthritis

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data consists of 50 individuals with arthritis relief time (in hours). Joint stiffness and pain are the main signs and symptoms of arthritis, and these symptoms usually get worse as people age. Recently, it is used by Alanzi et al. (2023) and fitted a new Burr XII model based on the Bell-X functionalities.

References

Alanzi, A. R., Imran, M., Tahir, M. H., Chesneau, C., Jamal, F., Shakoor, S., & Sami, W. (2023). Simulation analysis, properties and applications on a new Burr XII model based on the Bell-X functionalities. Okasha, H. M., & Shrahili, M. (2017). A new extended Burr XII distribution with applications. Journal of Computational and Theoretical Nanoscience, 14(11), 5261-5269.

See Also

data_relieftime

Examples

Run this code
x<-data_arthritis
summary(x)

Run the code above in your browser using DataLab